'Declaration Public Overloads Shared Function CreateCustom(Of T As CustomEffect)( _ ByVal effectContext As EffectContext _ ) As Effect
public static Effect CreateCustom<T>( EffectContext effectContext ) where T: CustomEffect
Parameters
- effectContext
- The effect context.
Type Parameters
- T